a:link {
	text-decoration: none;
	color: blue;
}
a:visited {
	color: blue;
	text-decoration: none;
}
a:hover {
	color: #0099CC;
	text-decoration: none;
	background-image: none;
}
